@charset "utf-8";
a,
body {
	color: #333333;
}

button,
fieldset,
img {
	border: 0
}

* {
	margin: 0;
	padding: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

body,
button,
input,
select,
textarea {
	font: 400 16px/1.5 HelveticaNeue-Thin, "Helvetica Neue", Helvetica, Arial, PingFangSC-Light, "PingFang SC", "Hiragino Sans GB", "Heiti SC", "Microsoft YaHei", "WenQuanYi Micro Hei", sans-serif;
	font-style: normal
}

.lowie footer,
.lowie header,
.lowie nav,
address,
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
iframe,
menu,
nav,
section {
	display: block
}

body {
	position: relative;
	background: #ffffff;
}

address,
cite,
dfn,
em,
i,
var {
	font-weight: 400;
	font-style: normal
}

dfn {
	font-family: Arial
}

ol,
ul {
	list-style: none
}

address,
em {
	font-style: normal
}
img{max-width: 100%;}
a {
	text-decoration: none
}

a:hover,a:active {
	-webkit-transition: color .2s linear;
	transition: color .2s linear;
	text-decoration: none;
	border: none;
	outline: none;

}

button,
input,
select,
textarea {
	font-size: 100%;
	outline: 0
}

button {
	outline: 0
}

table {
	border-spacing: 0;
	border-collapse: collapse
}

input {
	border: none;
	border-radius: 0;
	-webkit-appearance: none
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
	color: #cdcdcd
}

input:-moz-placeholder,
textarea:-moz-placeholder {
	color: #cdcdcd
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
	color: #cdcdcd
}